From 361645295c969610b7654e1877b1c56d5c4f1c19 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Sat, 29 Dec 2007 19:10:26 +0000 Subject: [PATCH] (facep): Doc fix. --- lisp/faces.el | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/lisp/faces.el b/lisp/faces.el index a1b069e9ba6..ed319b77b08 100644 --- a/lisp/faces.el +++ b/lisp/faces.el @@ -206,10 +206,8 @@ The optional argument FRAME is ignored." ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; (defun facep (face) - "Return non-nil if FACE is a face name or internal face object. -Return nil otherwise. A face name can be a string or a symbol. -An internal face object is a vector of the kind used internally -to record face data." + "Return non-nil if FACE is a face name; nil otherwise. +A face name can be a string or a symbol." (internal-lisp-face-p face)) -- 2.30.2